Learn More About Python

Interactive Learning

Codecademy

Codecademy is a website that has free interactive tutorials on diffrent programming languauges. The python tutorial is useful in informing you on proper syntax and learning the basic ins and outs of python ### Khan Academy Videos Khan Academy has very informative videos on programming and the general nature of computer science. ### The Python Tutorial The Python Tutorial has a very thorough textbook style tutorial with lots of information on everything you need to know about python. It is not necessary to read the whole tutorial, but it is a good refrence if you are getting errors.

Information on Libraries

numpy

Numpy is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. ### scipy SciPy builds on numpy, and provides a large number of functions that operate on numpy arrays and are useful for different types of scientific and engineering applications. ### matplotlib Matplotlib is a plotting library that is very simmilar to matlab.

In [ ]: